CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - interrupt vector

搜索资源列表

  1. B3006@04.24

    1下载:
  2. 虚拟机程序,实现的功能: 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击);-virtual machine procedures, functions : 1. Support A, G,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2290894
    • 提供者:安黎
  1. Kb_sniff

    0下载:
  2. 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6157
    • 提供者:漆光耀
  1. shizh

    0下载:
  2. 这个时钟程序是我在1993年编的一个小程序,现在贴出来给大家做参考,它执行后驻留内存,到整点时会报时,你可以用 Ctrl-Alt-U 把它从内存中下掉,可以用 Ctrl-Alt-C 变换颜色,用 Ctrl-Alt-O 把报时声音关掉(如果感到讨厌的话),在驻留内存时,用了直接改内存控制块的方法,所以用 MEM 或 MI 无法在内存中看到它,键盘控制用了直接截取 INT 9 的方法。 这个程序虽然很小,编译后才1K多一点点字节,但是麻雀虽小,五脏俱全,在这个程序中,你可以参考到以下编程方法
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3116
    • 提供者:黄文欢
  1. 8259a

    0下载:
  2. 可编程中断控制器中断控制器8259A是专门为控制优先级中断而设计开发的芯片。它将中断源优先排队、辨别中断源以及提供中断矢量的电路集于一片中。因此无需附加任何电路,只需对8259A进行编程,就可以管理8级中断,并选择优先模式和中断请求方式,即中断结构可以由用户编程来设定。同时,在不需要增加其他电路的情况下,通过多片8259A的级连,能构成多达64级的矢量中断系统-Programmable Interrupt Controller Interrupt Controller 8259A is desi
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:67651
    • 提供者:少想了
  1. 9S12DP256_Vector_Remapping

    0下载:
  2. motorola dp256 的中断向量映射表-motorola dp256 Interrupt Vector Mapping Table
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:483932
    • 提供者:weiliang
  1. MODE_Switch2

    0下载:
  2. MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests. The IRQ flags of the 7 interrupt are controlled by the interrupt event occurring. But the IRQ flag set doesn t mean the system to execute the in
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3162
    • 提供者:gzzmg
  1. 54X基础实验4

    0下载:
  2. 1. 熟悉C5400的连接时的配置 2. 熟悉中断矢量表的意义及其作用 3. 学习编写中断服务程序-1. Publishing connection with the distribution of two. Interrupt Vector Table familiar with the meaning and role of three. Learning interrupt service program
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:3097
    • 提供者:瑶子将
  1. STM32+EXTI.rar

    0下载:
  2. 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每2秒翻转一次PC.07的状态;TIM4每3秒翻转一次PC.08的状态
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:162041
    • 提供者:chen
  1. DSP嵌入式系统开发典型案例

    1下载:
  2. DSP嵌入式系统开发典型案例 (1)5-1.asm对应第五章语音信号的采集和播放主程序; (2)5-2.asm对应第五章语音信号的采集和播放中断向量程序; (3)5-3.cmd对应第五章语音信号的采集和播放配置文件; (4)5-4.asm对应第五章语音信号的u/A律压缩程序; (5)5-5.m对应第五章语音去噪的仿真程序; (6)5-6.asm对应第五章语音去噪的主程序; (7)5-7.c对应第五章CVSD编码的C语言程序代码; (8)5-8.asm对
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-22
    • 文件大小:12388
    • 提供者:hanpeiyue
  1. ARM_Init.rar

    0下载:
  2. ARM7初始化,中断向量表定义,堆栈定义等.,Initiale ARM1 and define interrupt vector
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:2953
    • 提供者:dengzhi
  1. IDT-Hook-

    1下载:
  2. IDT是一个有256个入口的线形表,每个IDT的入口是个8字节的描述符,所以整个IDT表的大小为256*8=2048 bytes,每个中断向量关联了一个中断 处理过程。所谓的中断向量就是把每个中断或者异常用一个0-255的数字识别-IDT is a linear table 256 entry, each IDT entry is 8-byte descr iptors, so the size of the IDT table 256* 8 = 2048 bytes, each inter
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:112648
    • 提供者:wu
  1. interrupt.rar

    0下载:
  2. MC9s12d系列单片机中断程序实例,本程序在DP256,DG128两种实验平台上测试通过。此系列单片机有56种中断,其余中断程序可仿照此程序编写,MC9s12d Series Singlechip interrupted instance, the procedures in the DP256, DG128 two experimental platform test. This series there are 56 kinds of single-chip interrupted, an
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:218491
    • 提供者:hailun
  1. vectors

    0下载:
  2. 该代码为TI公司TMS320C54X系列DSP的中断向量文件,用于程序的中断转移-The code for the TI company TMS320C54X DSP interrupt vector file for the disruption of the proceedings transferred
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:1355
    • 提供者:dashu
  1. make_interrupt_vector

    0下载:
  2. altera NIOS软核系统 中断矢量使用例子,基于C语言-altera NIOS soft-core system interrupt vector to use examples, based on the C language
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3067
    • 提供者:黄杰
  1. 44binit

    0下载:
  2. 该文件为ARM7硬件平台的C语言启动代码,用于分配中断向量表,初始化ISR地址,初始化堆栈空间, 初始化应用程序执行环境,配置存储器系统,设定时钟周期,呼叫主应用程序。基于S3C44B0的ARM7硬件平台的启动代码-The hardware platform documentation for the ARM7 startup code of C language for the distribution of interrupt vector table, initialize ISR add
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:4113
    • 提供者:李晓群
  1. mega16_32_intrupt

    0下载:
  2. ATmega16和ATmega32是哥俩好的芯片,除了RAM和FLAsh大小不同,二者几乎是一样的,注意,还有中断向量不同,这是ATmega16和ATmega32的中断向量表-ATmega16 and ATmega32 is哥俩good chip, in addition to RAM, and FLAsh the difference in size between the two is almost the same, note that there is a different inter
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:65533
    • 提供者:王森
  1. RTC-interrupt-vector

    0下载:
  2. LPC2103实时时钟 RTC 向量中断实验 LPC2103实时时钟 RTC 向量中断实验 -LPC2103 RTC Real Time Clock Real Time Clock Vector Interrupt experimental LPC2103 LPC2103 RTC Real Time Clock test vector interrupt vector interrupt RTC experiment
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:84028
    • 提供者:ldb
  1. Vector-IRQ-interrupt

    0下载:
  2. 单片机向量IRQ中断。对于初学者是非常好的学习资料-MCU IRQ interrupt vector. For beginners is very good learning materials
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-28
    • 文件大小:126253
    • 提供者:
  1. Vector

    0下载:
  2. TMS320LF2407 DSP系统初始化时中断向量程序,希望对大家有帮助-TMS320LF2407 DSP system interrupt vector initialization process, we hope to help
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:52387
    • 提供者:贺邵锋
  1. Vector

    0下载:
  2. DSPf2407A的中断向量表例程,可根据实际的需求改写该向量表,跳转到自己所需要的地址-DSPf2407A interrupt vector table routines can be rewritten according to the scale of the actual demand, jumps to address their own needs
  3. 所属分类:DSP program

    • 发布日期:2017-04-15
    • 文件大小:7954
    • 提供者:王斐
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com